!
! Cisco Router Web Setup Template
!
!
!
interface Ethernet1
 ip address <IPADDRESS, "WAN Interface IP Address", IPAddress, "General Settings"> <SUBNETMASK, "Subnet Mask", Mask, "General Settings">
 ip nat outside
 no cdp enable
 no ip mroute-cache
 no shutdown
!
ip dhcp excluded-address 'E0IPAddress'
!
ip dhcp pool CLIENT
 no import all
 network 'Network_Address' 'E0Mask'
 default-router 'E0IPAddress'
 no netbios-name-server
 lease 0 2
 dns-server <PRIMARY_DNS_SERVER, "Primary DNS Server Address", IPAddress, "General Settings"> <SECONDARY_DNS_SERVER, "Secondary DNS Server Address", IPAddress_Optional, "General Settings">
 domain-name <DOMAINNAME, "Domain Name", Domainname_Optional, "General Settings">
!
no ip name-server 
ip domain-lookup
!
interface Ethernet0
 ip nat inside
 no ip mroute-cache
 no cdp enable
 hold-queue 32 in
 no shutdown
!
ip classless
ip http server
!
ip route 0.0.0.0 0.0.0.0 <GATEWAY, "Gateway IP Address", Gateway_Optional, "General Settings"> 
ip name-server <PRIMARY_DNS_SERVER> <SECONDARY_DNS_SERVER>
!
access-list 'Nat_AccessList_Number' permit ip 'Network_Address_InverseMask' any
ip nat inside source list 'Nat_AccessList_Number' interface Ethernet1 overload
!
!
!
end
